home *** CD-ROM | disk | FTP | other *** search
- Path: ins.net!news
- From: nowak@neurovision.com (Friedrich Nowak)
- Newsgroups: comp.lang.c++
- Subject: Re: Help! Definition of error
- Date: Thu, 25 Jan 1996 21:37:40 GMT
- Organization: Neurovision GmbH
- Message-ID: <4e8t7r$hj3@ra.ins.de>
- References: <3107D8D9.956@hiwaay.net>
- NNTP-Posting-Host: black.neurovision.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Lance Perry <lperry@hiwaay.net> wrote:
-
- >Could someone explain to me what the following error could be:
-
- > error L2029: 'int __far __cdecl olon(struct cda_def __far*,
- > unsigned char __far*,int,unsigned char __far*,int,int)' : unresolved external
-
- > The 'olon' function is in a library that I am trying to link to. I am using
- > VC++ 1.5/MFC 2.5.
-
- > Does anyone have any ideas???
-
- >Lance Perry
- >lperry@hiwaay.net
-
- Could it be, that you use different memory-models (large, small,
- compact) in your Project ?
- i.E. a Library or a OBJ compiled in small-memory-model, and your
- project files with large-memory-model.
-
-
-